ObjectPool
StockSharp.Xaml.Charting.Common.Helpers
Represents a pool of objects with a size limit.
实现: IDisposable
构造函数
ObjectPool()
Initializes a new instance of the ObjectPool class.
ObjectPool(int, Func<T, T>)
Initializes a new instance of the ObjectPool class.
属性
AvailableCount : int
Gets the amount of pooled instances
方法
Dispose()
Disposes of items in the pool that implement IDisposable.